func runtime.pidlegetSpinning

6 uses

	runtime (current package)
		proc.go#L3124: 	pp, _ = pidlegetSpinning(0)
		proc.go#L3529: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3751: 			pp, _ := pidlegetSpinning(0)
		proc.go#L3818: 	pp, now := pidlegetSpinning(0)
		proc.go#L3924: 			pp, _ := pidlegetSpinning(0)
		proc.go#L6667: func pidlegetSpinning(now int64) (*p, int64) {